Skip to content

FIX: Restore CI compilation broken by stale Wrench 1.x platform override#2450

Merged
Pauliusd01 merged 2 commits into
developfrom
Fix-Wrench-2.x-jobs
Jul 20, 2026
Merged

FIX: Restore CI compilation broken by stale Wrench 1.x platform override#2450
Pauliusd01 merged 2 commits into
developfrom
Fix-Wrench-2.x-jobs

Conversation

@Pauliusd01

@Pauliusd01 Pauliusd01 commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

Description

The Wrench job failed to compile InputSystem.Cookbook with:

  InputSystemSettings.cs(132,35): error CS1061: 'WrenchPackage' does
  not contain a definition for 'EditorPlatforms'

Introduced by: https://github.com/Unity-Technologies/InputSystem/pull/2402/changes#diff-6adf83bfcc4d79145f07fd4cb68146078ca080ea086346f67afa591278bf8186

Since there's no mentions of it anywhere there I assume this was a mistake addition and claude agrees (but of course don't trust it and opinions are welcome)

Testing status & QA

CI only

Overall Product Risks

Please rate the potential complexity and halo effect from low to high for the reviewers. Note down potential risks to specific Editor branches if any.

  • Complexity: low
  • Halo Effect: low

Comments to reviewers

I'm not 100% sure if it was better to try and rework this or removing it was the right call. Opinions on that are needed

Checklist

Before review:

  • Changelog entry added.
    • Explains the change in Changed, Fixed, Added sections.
    • For API change contains an example snippet and/or migration example.
    • JIRA ticket linked, example (case %%). If it is a private issue, just add the case ID without a link.
    • Jira port for the next release set as "Resolved".
  • Tests added/changed, if applicable.
    • Functional tests Area_CanDoX, Area_CanDoX_EvenIfYIsTheCase, Area_WhenIDoX_AndYHappens_ThisIsTheResult.
    • Performance tests.
    • Integration tests.
  • Docs for new/changed API's.
    • Xmldoc cross references are set correctly.
    • Added explanation how the API works.
    • Usage code examples added.
    • The manual is updated, if needed.

During merge:

  • Commit message for squash-merge is prefixed with one of the list:
    • NEW: ___.
    • FIX: ___.
    • DOCS: ___.
    • CHANGE: ___.
    • RELEASE: 1.1.0-preview.3.

@u-pr u-pr Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Harness Review

Ship it

Targeted compatibility fix. I checked the surrounding CI settings, recipe consumers, and generated Yamato jobs and did not find a substantiated behavioral regression from removing the stale package-level Mac override.

Reviewed commit d8604043

🤖 Helpful? 👍/👎

@codecov-github-com

codecov-github-com Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

@@           Coverage Diff            @@
##           develop    #2450   +/-   ##
========================================
  Coverage    78.95%   78.95%           
========================================
  Files          767      767           
  Lines       140780   140780           
========================================
+ Hits        111147   111153    +6     
+ Misses       29633    29627    -6     
Flag Coverage Δ
inputsystem_MacOS_6000.0 5.31% <ø> (ø)
inputsystem_MacOS_6000.0_project 77.49% <ø> (+<0.01%) ⬆️
inputsystem_MacOS_6000.3 5.31% <ø> (ø)
inputsystem_MacOS_6000.3_project 77.49% <ø> (+<0.01%) ⬆️
inputsystem_MacOS_6000.5 5.30% <ø> (ø)
inputsystem_MacOS_6000.5_project 77.55% <ø> (+<0.01%) ⬆️
inputsystem_MacOS_6000.6 5.30% <ø> (ø)
inputsystem_MacOS_6000.6_project 77.55% <ø> (ø)
inputsystem_MacOS_6000.7 5.30% <ø> (?)
inputsystem_MacOS_6000.7_project 77.55% <ø> (?)
inputsystem_Ubuntu_6000.0 5.31% <ø> (ø)
inputsystem_Ubuntu_6000.0_project 77.40% <ø> (ø)
inputsystem_Ubuntu_6000.3 5.31% <ø> (ø)
inputsystem_Ubuntu_6000.3_project 77.40% <ø> (ø)
inputsystem_Ubuntu_6000.5 5.30% <ø> (ø)
inputsystem_Ubuntu_6000.5_project 77.46% <ø> (+<0.01%) ⬆️
inputsystem_Ubuntu_6000.6 5.30% <ø> (ø)
inputsystem_Ubuntu_6000.6_project 77.46% <ø> (+<0.01%) ⬆️
inputsystem_Ubuntu_6000.7 5.30% <ø> (?)
inputsystem_Ubuntu_6000.7_project 77.46% <ø> (?)
inputsystem_Windows_6000.0 5.31% <ø> (ø)
inputsystem_Windows_6000.0_project 77.61% <ø> (ø)
inputsystem_Windows_6000.3 5.31% <ø> (ø)
inputsystem_Windows_6000.3_project 77.61% <ø> (+<0.01%) ⬆️
inputsystem_Windows_6000.5 5.30% <ø> (ø)
inputsystem_Windows_6000.5_project 77.67% <ø> (-0.01%) ⬇️
inputsystem_Windows_6000.6 5.30% <ø> (ø)
inputsystem_Windows_6000.6_project 77.67% <ø> (-0.01%) ⬇️
inputsystem_Windows_6000.7 5.30% <ø> (?)
inputsystem_Windows_6000.7_project 77.67% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

ℹ️ Need help interpreting these results?

@Pauliusd01
Pauliusd01 merged commit 025fd1a into develop Jul 20, 2026
109 of 112 checks passed
@Pauliusd01
Pauliusd01 deleted the Fix-Wrench-2.x-jobs branch July 20, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants